home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / demo / medmfc.zip / MULTIPAD.DEF < prev    next >
Text File  |  1993-11-23  |  697b  |  22 lines

  1. ; multipad.def : Declares the module parameters for the application.
  2. ;
  3. ; This is a part of the Microsoft Foundation Classes C++ library.
  4. ; Copyright (C) 1992 Microsoft Corporation
  5. ; All rights reserved.
  6. ;
  7. ; This source code is only intended as a supplement to the
  8. ; Microsoft Foundation Classes Reference and Microsoft
  9. ; QuickHelp and/or WinHelp documentation provided with the library.
  10. ; See these sources for detailed information regarding the
  11. ; Microsoft Foundation Classes product.
  12.  
  13. NAME         MULTIPAD
  14. DESCRIPTION  'Multipad Windows Application'
  15.  
  16. EXETYPE      WINDOWS
  17.  
  18. CODE         PRELOAD MOVEABLE DISCARDABLE
  19. DATA         PRELOAD MOVEABLE MULTIPLE
  20.  
  21. HEAPSIZE     1024
  22.